#Rotate Z+/-90
LMB:This will rotate all selected Objects by +90 Degree around the Z-Axis.**_
RMB:This will rotate all selected Objects by -90 Degree around the Z-Axis.
Rotate_selected_ObjectZ(90)
#END
[OnRightMouseButton!]
Rotate_selected_ObjectZ(-90)
#END
